Class EntryExecTranPaypalInput

Description

Paypal登録・決済一括実行 入力パラメータクラス

Located in /com/gmo_pg/client/input/EntryExecTranPaypalInput.php (line 15)


	
			
Method Summary
 EntryExecTranPaypalInput __construct ([array $params = null])
 string getAccessId ()
 string getAccessPass ()
 string getAmount ()
 string getClientField1 ()
 string getClientField2 ()
 string getClientField3 ()
 string getCurrency ()
 string getItemName ()
 string getJobCd ()
 string getLocale ()
 string getOrderId ()
 string getPaymentType ()
 string getRedirectURL ()
 string getShipFlg ()
 string getShipToCity ()
 string getShipToName ()
 string getShipToState ()
 string getShipToStreet ()
 string getShipToStreet2 ()
 string getShipToZip ()
 string getShopId ()
 string getShopPass ()
 string getTax ()
 void setAccessId (string $accessId)
 void setAccessPass (string $accessPass)
 void setAmount ($amount $amount)
 void setClientField1 ($clientFiled1 $clientFiled1)
 void setClientField2 ($clientFiled2 $clientFiled2)
 void setClientField3 ($clientFiled3 $clientFiled3)
 void setCurrency (string $currency)
 void setEntryTranPaypalInput (EntryTranInput &$entryTranPaypalInput)
 void setExecTranPaypalInput ($execTranPaypalInput &$execTranPaypalInput)
 void setItemName ($itemName $itemName)
 void setJobCd ( $jobCd)
 void setLocale (string $locale)
 void setOrderId (string $orderId)
 void setPaymentType (string $paymentType)
 void setPaypalBillingAgreementId (string $paypalBillingAgreementId)
 void setRedirectURL ($redirectURL $redirectURL)
 void setShipFlg (string $shipFlg)
 void setShipToCity (string $shipToCity)
 void setShipToCountryCode (string $shipToCountryCode)
 void setShipToName (string $shipToName)
 void setShipToState (string $shipToState)
 void setShipToStreet (string $shipToStreet)
 void setShipToStreet2 (string $shipToStreet2)
 void setShipToZip (string $shipToZip)
 void setShopId ($shopId $shopId)
 void setShopPass ($shopPass $shopPass)
 void setTax ($tax $tax)
Methods
Constructor __construct (line 31)

コンストラクタ

  • access: public
EntryExecTranPaypalInput __construct ([array $params = null])
  • array $params: 入力パラメタ
getAccessId (line 73)

アクセスID取得

  • return: アクセスID
  • access: public
string getAccessId ()
getAccessPass (line 81)

アクセスパス取得

  • return: アクセスパス
  • access: public
string getAccessPass ()
getAmount (line 113)

利用金額取得

  • return: 利用金額
  • access: public
string getAmount ()
getClientField1 (line 153)

加盟店自由項目1

  • return: 加盟店自由項目1
  • access: public
string getClientField1 ()
getClientField2 (line 161)

加盟店自由項目2

  • return: 加盟店自由項目2
  • access: public
string getClientField2 ()
getClientField3 (line 169)

加盟店自由項目3

  • return: 加盟店自由項目3
  • access: public
string getClientField3 ()
getCurrency (line 105)

通貨コード取得

  • return: 通貨コード
  • access: public
string getCurrency ()
getEntryTranPaypalInput (line 41)

取引登録入力パラメータ取得

  • return: Paypal取引登録時パラメータ
  • access: public
EntryTranInput &getEntryTranPaypalInput ()
getExecTranPaypalInput (line 49)

決済実行入力パラメタ

  • return: Paypal決済実行時パラメタ
  • access: public
ExecTranPaypalInput &getExecTranPaypalInput ()
getItemName (line 129)

商品名

  • return: 商品名
  • access: public
string getItemName ()
getJobCd (line 97)

処理区分取得

  • return: 処理区分
  • access: public
string getJobCd ()
getLocale (line 145)

言語取得

  • return: リダイレクトURL
  • access: public
string getLocale ()
getOrderId (line 89)

オーダID取得

  • return: オーダID
  • access: public
string getOrderId ()
getPaymentType (line 177)

決済タイプ取得

  • return: 決済タイプ
  • access: public
string getPaymentType ()
getPaypalBillingAgreementId (line 185)

支払同意ID取得

  • return: 支払同意ID
  • access: public
string getPaypalBillingAgreementId ()
getRedirectURL (line 137)

リダイレクトURL

  • return: リダイレクトURL
  • access: public
string getRedirectURL ()
getShipFlg (line 193)

配送先利用フラグ取得

  • return: 配送先利用フラグ
  • access: public
string getShipFlg ()
getShipToCity (line 233)

配送先市町村取得

  • return: 配送先市町村
  • access: public
string getShipToCity ()
getShipToCountryCode (line 217)

配送先国コード取得

  • return: 配送先国コード
  • access: public
string getShipToCountryCode ()
getShipToName (line 201)

配送先氏名取得

  • return: 配送先氏名
  • access: public
string getShipToName ()
getShipToState (line 225)

配送先都道府県取得

  • return: 配送先都道府県
  • access: public
string getShipToState ()
getShipToStreet (line 241)

配送先番地取得

  • return: 配送先番地
  • access: public
string getShipToStreet ()
getShipToStreet2 (line 249)

配送先建物名など取得

  • return: 配送先建物名など
  • access: public
string getShipToStreet2 ()
getShipToZip (line 209)

配送先郵便番号取得

  • return: 配送先郵便番号
  • access: public
string getShipToZip ()
getShopId (line 57)

ショップID取得

  • return: ショップID
  • access: public
string getShopId ()
getShopPass (line 65)

ショップパスワード取得

  • return: ショップパスワード
  • access: public
string getShopPass ()
getTax (line 121)

税送料取得

  • return: 税送料
  • access: public
string getTax ()
setAccessId (line 293)

取引ID設定

  • access: public
void setAccessId (string $accessId)
  • string $accessId
setAccessPass (line 302)

取引パスワード設定

  • access: public
void setAccessPass (string $accessPass)
  • string $accessPass
setAmount (line 334)

金額設定

  • access: public
void setAmount ($amount $amount)
  • $amount $amount: 金額
setClientField1 (line 374)

加盟店自由項目1設定

  • access: public
void setClientField1 ($clientFiled1 $clientFiled1)
  • $clientFiled1 $clientFiled1: 加盟店自由項目1
setClientField2 (line 382)

加盟店自由項目2設定

  • access: public
void setClientField2 ($clientFiled2 $clientFiled2)
  • $clientFiled2 $clientFiled2: 加盟店自由項目2
setClientField3 (line 390)

加盟店自由項目3設定

  • access: public
void setClientField3 ($clientFiled3 $clientFiled3)
  • $clientFiled3 $clientFiled3: 加盟店自由項目3
setCurrency (line 326)

通貨コード設定

  • access: public
void setCurrency (string $currency)
  • string $currency: 通貨コード
setEntryTranPaypalInput (line 258)

Paypal取引登録入力パラメータ設定

  • access: public
void setEntryTranPaypalInput (EntryTranInput &$entryTranPaypalInput)
  • EntryTranInput &$entryTranPaypalInput: entryTranInput 取引登録入力パラメータ
setExecTranPaypalInput (line 266)

Paypal決済実行入力パラメタ設定

  • access: public
void setExecTranPaypalInput ($execTranPaypalInput &$execTranPaypalInput)
  • $execTranPaypalInput &$execTranPaypalInput: 決済実行入力パラメタ
setItemName (line 350)

商品名設定

  • access: public
void setItemName ($itemName $itemName)
  • $itemName $itemName: 商品名
setJobCd (line 318)

処理区分設定

  • access: public
void setJobCd ( $jobCd)
  • $jobCd
setLocale (line 366)

言語設定

  • access: public
void setLocale (string $locale)
  • string $locale: 言語
setOrderId (line 310)

オーダID設定

  • access: public
void setOrderId (string $orderId)
  • string $orderId
setPaymentType (line 399)

決済タイプ設定

  • access: public
void setPaymentType (string $paymentType)
  • string $paymentType: 決済タイプ
setPaypalBillingAgreementId (line 408)

支払同意ID設定

  • access: public
void setPaypalBillingAgreementId (string $paypalBillingAgreementId)
  • string $paypalBillingAgreementId: 支払同意ID
setRedirectURL (line 358)

リダイレクトURL設定

  • access: public
void setRedirectURL ($redirectURL $redirectURL)
  • $redirectURL $redirectURL: リダイレクトURL
setShipFlg (line 417)

配送先利用フラグ設定

  • access: public
void setShipFlg (string $shipFlg)
  • string $shipFlg: 配送先利用フラグ
setShipToCity (line 462)

配送先市町村設定

  • access: public
void setShipToCity (string $shipToCity)
  • string $shipToCity: 配送先市町村
setShipToCountryCode (line 444)

配送先国コード設定

  • access: public
void setShipToCountryCode (string $shipToCountryCode)
  • string $shipToCountryCode: 配送先国コード
setShipToName (line 426)

配送先氏名設定

  • access: public
void setShipToName (string $shipToName)
  • string $shipToName: 配送先氏名
setShipToState (line 453)

配送先都道府県設定

  • access: public
void setShipToState (string $shipToState)
  • string $shipToState: 配送先都道府県
setShipToStreet (line 471)

配送先番地設定

  • access: public
void setShipToStreet (string $shipToStreet)
  • string $shipToStreet: 配送先番地
setShipToStreet2 (line 480)

配送先建物名など

  • access: public
void setShipToStreet2 (string $shipToStreet2)
  • string $shipToStreet2: 配送先建物名など
setShipToZip (line 435)

配送先郵便番号設定

  • access: public
void setShipToZip (string $shipToZip)
  • string $shipToZip: 配送先郵便番号
setShopId (line 274)

ショップIDの設定

  • access: public
void setShopId ($shopId $shopId)
  • $shopId $shopId: ショップId
setShopPass (line 283)

ショップパスの設定

  • access: public
void setShopPass ($shopPass $shopPass)
  • $shopPass $shopPass: ショップパス
setTax (line 342)

税送料設定

  • access: public
void setTax ($tax $tax)
  • $tax $tax: 税送料

Documentation generated on Thu, 18 Jan 2024 19:55:59 +0900 by phpDocumentor 1.4.3